home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / Direct3D / AutoParts / autoload.frm < prev    next >
Text File  |  2001-10-08  |  2KB  |  57 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Form2"
  5.    ClientHeight    =   1080
  6.    ClientLeft      =   0
  7.    ClientTop       =   0
  8.    ClientWidth     =   7575
  9.    LinkTopic       =   "Form2"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   1080
  13.    ScaleWidth      =   7575
  14.    ShowInTaskbar   =   0   'False
  15.    StartUpPosition =   3  'Windows Default
  16.    Begin VB.PictureBox Picture1 
  17.       Height          =   855
  18.       Left            =   120
  19.       ScaleHeight     =   795
  20.       ScaleWidth      =   7275
  21.       TabIndex        =   0
  22.       Top             =   120
  23.       Width           =   7335
  24.       Begin VB.Label Label1 
  25.          Caption         =   "Loading Assembly Please Wait"
  26.          BeginProperty Font 
  27.             Name            =   "MS Sans Serif"
  28.             Size            =   24
  29.             Charset         =   0
  30.             Weight          =   400
  31.             Underline       =   0   'False
  32.             Italic          =   0   'False
  33.             Strikethrough   =   0   'False
  34.          EndProperty
  35.          Height          =   555
  36.          Left            =   240
  37.          TabIndex        =   1
  38.          Top             =   120
  39.          Width           =   6615
  40.       End
  41.    End
  42. End
  43. Attribute VB_Name = "Form2"
  44. Attribute VB_GlobalNameSpace = False
  45. Attribute VB_Creatable = False
  46. Attribute VB_PredeclaredId = True
  47. Attribute VB_Exposed = False
  48.  
  49. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  50. '
  51. '  Copyright (C) 1999-2001 Microsoft Corporation.  All Rights Reserved.
  52. '
  53. '  File:       AutoLoad.frm
  54. '  Content:    Autoparts loading dialog
  55. '
  56. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  57.